object Highscores: THighscores Left = 435 Top = 310 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Highscores' ClientHeight = 239 ClientWidth = 302 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OkButton: TButton Left = 225 Top = 212 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True TabOrder = 0 OnClick = OkButtonClick end object ClearButton: TButton Left = 146 Top = 212 Width = 75 Height = 25 Caption = 'Clear' TabOrder = 1 OnClick = ClearButtonClick end object HighscoreControl: TTabControl Left = 3 Top = 4 Width = 297 Height = 202 TabIndex = 0 TabOrder = 2 Tabs.Strings = ( 'Beginner' 'Intermediate' 'Expert') OnChange = HighscoreControlChange object Label1: TLabel Left = 8 Top = 26 Width = 9 Height = 13 Caption = '1.' end object Label2: TLabel Left = 8 Top = 43 Width = 9 Height = 13 Caption = '2.' end object Label3: TLabel Left = 8 Top = 60 Width = 9 Height = 13 Caption = '3.' end object Label4: TLabel Left = 8 Top = 77 Width = 9 Height = 13 Caption = '4.' end object Label5: TLabel Left = 8 Top = 95 Width = 9 Height = 13 Caption = '5.' end object Label6: TLabel Left = 8 Top = 112 Width = 9 Height = 13 Caption = '6.' end object Label7: TLabel Left = 8 Top = 129 Width = 9 Height = 13 Caption = '7.' end object Label8: TLabel Left = 8 Top = 146 Width = 9 Height = 13 Caption = '8.' end object Label9: TLabel Left = 8 Top = 163 Width = 9 Height = 13 Caption = '9.' end object Label10: TLabel Left = 2 Top = 180 Width = 15 Height = 13 Caption = '10.' end object Name10: TLabel Left = 24 Top = 180 Width = 28 Height = 13 Caption = 'Name' end object Name9: TLabel Left = 24 Top = 163 Width = 28 Height = 13 Caption = 'Name' end object Name8: TLabel Left = 24 Top = 146 Width = 28 Height = 13 Caption = 'Name' end object Name7: TLabel Left = 24 Top = 129 Width = 28 Height = 13 Caption = 'Name' end object Name6: TLabel Left = 24 Top = 112 Width = 28 Height = 13 Caption = 'Name' end object Name5: TLabel Left = 24 Top = 95 Width = 28 Height = 13 Caption = 'Name' end object Name4: TLabel Left = 24 Top = 77 Width = 28 Height = 13 Caption = 'Name' end object Name3: TLabel Left = 24 Top = 60 Width = 28 Height = 13 Caption = 'Name' end object Name2: TLabel Left = 24 Top = 43 Width = 28 Height = 13 Caption = 'Name' end object Name1: TLabel Left = 24 Top = 26 Width = 28 Height = 13 Caption = 'Name' end object Date1: TLabel Left = 200 Top = 26 Width = 23 Height = 13 Caption = 'Date' end object Date2: TLabel Left = 200 Top = 43 Width = 23 Height = 13 Caption = 'Date' end object Date3: TLabel Left = 200 Top = 60 Width = 23 Height = 13 Caption = 'Date' end object Date4: TLabel Left = 200 Top = 77 Width = 23 Height = 13 Caption = 'Date' end object Date5: TLabel Left = 200 Top = 95 Width = 23 Height = 13 Caption = 'Date' end object Date6: TLabel Left = 200 Top = 112 Width = 23 Height = 13 Caption = 'Date' end object Date7: TLabel Left = 200 Top = 129 Width = 23 Height = 13 Caption = 'Date' end object Date8: TLabel Left = 200 Top = 146 Width = 23 Height = 13 Caption = 'Date' end object Date9: TLabel Left = 200 Top = 163 Width = 23 Height = 13 Caption = 'Date' end object Date10: TLabel Left = 200 Top = 180 Width = 23 Height = 13 Caption = 'Date' end object Time1: TLabel Left = 266 Top = 26 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Time' end object Time2: TLabel Left = 266 Top = 43 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Time' end object Time3: TLabel Left = 266 Top = 60 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Time' end object Time4: TLabel Left = 266 Top = 77 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Time' end object Time5: TLabel Left = 266 Top = 95 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Time' end object Time6: TLabel Left = 266 Top = 112 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Time' end object Time7: TLabel Left = 266 Top = 129 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Time' end object Time8: TLabel Left = 266 Top = 146 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Time' end object Time9: TLabel Left = 266 Top = 163 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Time' end object Time10: TLabel Left = 266 Top = 180 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Time' end end end